home *** CD-ROM | disk | FTP | other *** search
/ PC Joker 1999 February / PC Joker 99-02 (Vollversion Darkseed 2).iso / GOODIES / GAMECOM / _SETUP.1 / GameCommander.exe / 0 / RCDATA / TGA_MES / TGA_MES.txt
Text File  |  1998-10-07  |  836b  |  44 lines

  1. object ga_mes: Tga_mes
  2.   Left = 315
  3.   Top = 182
  4.   Width = 330
  5.   Height = 123
  6.   Caption = 'ga_mes'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 0
  19.     Top = 16
  20.     Width = 321
  21.     Height = 13
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 'Label1'
  25.     WordWrap = True
  26.   end
  27.   object SpeedButton1: TSpeedButton
  28.     Left = 64
  29.     Top = 64
  30.     Width = 89
  31.     Height = 25
  32.     Caption = 'Ja'
  33.     OnClick = SpeedButton1Click
  34.   end
  35.   object SpeedButton2: TSpeedButton
  36.     Left = 168
  37.     Top = 64
  38.     Width = 89
  39.     Height = 25
  40.     Caption = 'Nein'
  41.     OnClick = SpeedButton2Click
  42.   end
  43. end
  44.